ButtonImagePosition Property

Specifies the location of an image relative to the text of a control. The defined values are: - bottom: image is placed below the text. - center: image centered relative to the text. - end: image is placed after the text. - start: image is placed before the text. - top: image is placed above the text.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public ImagePosition ImagePosition { get; set; }

Property Value

ImagePosition

See Also